PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFIOException Class
Members
In This Topic
    PDFIOException Class
    In This Topic
    Defines a PDF exception that is thrown when a PDF file is loaded or saved.
    Object Model
    PDFIOException Class
    Syntax
    public class PDFIOException 
        extends PDFException 
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Throwable
          java.lang.Exception
             java.lang.RuntimeException
                com.o2sol.pdf4java.core.exceptions.PDFException
                   com.o2sol.pdf4java.core.exceptions.PDFIOException

    See Also